-
Notifications
You must be signed in to change notification settings - Fork 158
provide possibility to set up data dir #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This should solve the issue #224 (comment) by the setting up data directory. |
@gslowikowski I will glad if you can consider merging this feature as well. |
Will this ever be merged? |
I'm interested as well - what's blocking the merge? |
@@ -77,7 +78,7 @@ object ScoverageSbtPlugin extends AutoPlugin { | |||
} | |||
Seq( | |||
Some(s"-Xplugin:${pluginPath.getAbsolutePath}"), | |||
Some(s"-P:scoverage:dataDir:${crossTarget.value.getAbsolutePath}/scoverage-data"), | |||
Some(s"-P:scoverage:dataDir:${coverageDataDir.value.getAbsolutePath}/scoverage-data"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably remove the /scoverage-data part, as this can be set by the dataDir
Hello! If there is still an interest in getting this merged, feel free to rebase and I can take a look at this. |
If someone is interested in this can take it over. |
I just created a new PR where it's rebasing the latest master. |
The changes which I requested in issue #261
I hope it will be helpful.